home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00001_initialise 3d world.ls next >
Encoding:
Text File  |  1998-07-31  |  314 b   |  15 lines

  1. global xoff, yoff, zoff, scale, rx, ry, rz
  2.  
  3. on beginSprite me
  4.   set scale to 800
  5.   set here to the rect of the stage
  6.   set mwidth to getAt(here, 3) - getAt(here, 1)
  7.   set mhight to getAt(here, 4) - getAt(here, 2)
  8.   set zoff to 1500
  9.   set xoff to 410
  10.   set yoff to 115
  11.   set rx to 0
  12.   set ry to 0
  13.   set rz to 0
  14. end
  15.